home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
telecomm
/
fnordadl
/
fn132src.zoo
/
cith
/
editor.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-09-02
|
258 b
|
17 lines
/*
* editor.h - declarations for the Fnordadel editor
*
* 91Feb22 AA Created.
*/
#ifndef _EDITOR_H
#define _EDITOR_H
/* Things we can edit with getText(): */
#define eMESSAGE 0
#define eINFO 1
extern int getText(char WCmode, int forwhich);
#endif